home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / boymks5e.zip / NITE.BSC < prev    next >
Text File  |  1991-12-16  |  5KB  |  117 lines

  1. \\
  2. \\  Nite.bsc by: Lee Breeden
  3. \\
  4. \\  This is an example of a script that is used to call systems at a
  5. \\  specified time and date.
  6. \\  The log file is set by todays date. "%B:log\%MO%DA.log"
  7. \\
  8. |Logon
  9. \ZS
  10. \\
  11. \\  This is where the script is called to set the time to start calling
  12. \\  the remote systems listed below.
  13. \\
  14. \PU[3:45]  \\ Wait till specified time
  15. |start
  16. \nd[%B:]
  17. \II+01,%Da[\dc-[ren %B:dsz.log dsz%da%mo.log]]  \\ Change file of dsz log
  18. \II+01,%Da[\dc-[ren %B:files.new files%mo.new]] \\ Change file of files log
  19. \II+01,%Da[\dc-[ren %B:boyan.use boyan%mo.use]] \\ Change file of boyan.use log
  20. \AF%B:dsz.log[      «══════════════ Logged on %MO/%DA  %HR:%Mi ═════════════»  ]
  21. \AF%B:boyan.use[      «══════════════ Logged on %MO/%DA  %HR:%Mi ═════════════»  ]
  22. \\
  23. \\  The first thing that it does, is to make a log file that is assumed to
  24. \\  be located off of the boyan directory in a directory called  boyan\log
  25. \\
  26. \IE-%LN,%B:log\%MO%DA.log[\LD+[%B:log\%MO%DA.log]\LD-]
  27. \\
  28. \\  The next part will make it so that we are only keeping 5 log files on
  29. \\  the system.
  30. \\
  31. \\ the commands below will keep five days of old log files.
  32. \\
  33. \sv0[%B:log\]\sv1[%da]
  34. \iv1+01[\+v1[26]\sv2[%mo]\+v2[-1]\dc-[del %v0%v2%v1.log]]
  35. \iv1+02[\+v1[26]\sv2[%mo]\+v2[-1]\dc-[del %v0%v2%v1.log]]
  36. \iv1+03[\+v1[26]\sv2[%mo]\+v2[-1]\dc-[del %v0%v2%v1.log]]
  37. \iv1+04[\+v1[26]\sv2[%mo]\+v2[-1]\dc-[del %v0%v2%v1.log]]
  38. \iv1+05[\+v1[26]\sv2[%mo]\+v2[-1]\dc-[del %v0%v2%v1.log]]
  39. \iv1+06[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2"0%v1.log]]
  40. \iv1+07[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2"0%v1.log]]
  41. \iv1+08[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2"0%v1.log]]
  42. \iv1+09[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2"0%v1.log]]
  43. \iv1+10[\+v1[-5]\sv2[%mo]\dc-[del %v0%v20%v1.log]]
  44. \iv1+11[\+v1[-5]\sv2[%mo]\dc-[del %v0%v20%v1.log]]
  45. \iv1+12[\+v1[-5]\sv2[%mo]\dc-[del %v0%v20%v1.log]]
  46. \iv1+13[\+v1[-5]\sv2[%mo]\dc-[del %v0%v20%v1.log]]
  47. \iv1+14[\+v1[-5]\sv2[%mo]\dc-[del %v0%v20%v1.log]]
  48. \iv1+15[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2%v1.log]]
  49. \iv1+16[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2%v1.log]]
  50. \iv1+17[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2%v1.log]]
  51. \iv1+18[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2%v1.log]]
  52. \iv1+19[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2%v1.log]]
  53. \iv1+20[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2%v1.log]]
  54. \iv1+21[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2%v1.log]]
  55. \iv1+22[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2%v1.log]]
  56. \iv1+23[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2%v1.log]]
  57. \iv1+24[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2%v1.log]]
  58. \iv1+25[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2%v1.log]]
  59. \iv1+26[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2%v1.log]]
  60. \iv1+27[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2%v1.log]]
  61. \iv1+28[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2%v1.log]]
  62. \iv1+29[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2%v1.log]]
  63. \iv1+30[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2%v1.log]]
  64. \iv1+31[\+v1[-5]\sv2[%mo]\dc-[del %v0%v2%v1.log]]
  65. \\sv0[]\sv1[]\sv2[]
  66. \\
  67. \\  Appends todays date to the log file for reference.
  68. \AF%LN[                                                                  ]
  69. \AF%LN[      «═════════ Log started on %MO/%DA at %HR:%Mi ════════════»  ]
  70. \AF%LN[                                                                  ]
  71. \IE+ON,%LD[\LD-]
  72. \\
  73. \\  ReSets modem for the start of the calling session and then runs init
  74. \\  string.
  75. \\
  76. ATZ~{~~
  77. \wf[OK]AT&A3&B1&C1&D2&H1&R2&M4&N0&K3M0{
  78. \bb-
  79. \AV[0]          \\ alarm off
  80. \KO[0]          \\ keyboard time out TO to 0
  81. \\
  82. \\  I would recomend that you use a nite phone directory, so that any
  83. \\ modifications to your normal one won't effect the nitely calling numbers.
  84. \\
  85. \fd[nite.fon]  \\ ******** insert name of phone directory ********
  86. \QC             \\ clear queue [insert numbers from directory to call[?]]
  87. \\
  88. \\  Adds the following numbers to the dialing queue.
  89. \\
  90. \QA[6]                 \\ 6 NetEast   (Howard Hartman)
  91. \QA[2]                 \\ 1 Running Board (B. Anthony)             229-5342
  92. \qa[1]                 \\ 2 Running Board (B. Anthony)             229-5623
  93. \qa[19]                \\ 19 Eds Home of Columbia MD 9600    1-301-730-????
  94. \qa[17]                \\ 17 Eds Home of Columbia MD 9600    1-301-854-3076
  95. \QA[9]                 \\ 9 Arlington S/W Exchg                703-532-7143
  96. \QA[22]                \\ Idea Link   (A. Miller)              301-949-5764
  97. \\
  98. \\  The systems listed below are examples of systems that are being called
  99. \\  by date.  The \II+ command says if %DA day (01-31) is included in the
  100. \\  the following numbers (in this case dates) call this system.
  101. \\
  102. \\ 04,09,15,20,24,29,31  \\ dcinfo exchange
  103. \\ 18,22,29
  104. \II+%DA,05,12,19,26[\QA[11]]           \\ 11 Thumper's Den        1-918-355-3113
  105. \II+%DA,02,07,14,21,28[\QA[7]]         \\ 7 Market                  301-299-8667
  106. \II+%DA,03,08,10,13,17,23,27,31[\QA[5]]\\ 5 The Science Lab BBS   1-301-466-0949
  107. \II+%DA,01,06,11,16,21,25,30[\qa[15]]  \\ 15 Computer Connect       202-547-2008
  108. \\II+%DA,04,09,15,20,24,29,31[\qa[16]] \\ DC Info Exchange(B. Walsh 202-433-6639
  109. \FE+%U:tsl.rep[\qa[5]]
  110. \qd
  111. \eb
  112. \\QA[12]                \\ 12 MyBBS
  113. \\FE+%U:thumper.rep[\qa[11]]    \\ Thumper's Den if there is a reply
  114. \\QA[3]                \\ 4 DataBit  #1 $ (K. Flower)(70       703-719-9646
  115. \\qa[4]                \\ 3 DataBit                            703-719-9648
  116.  
  117.